Demo 1:
<!-- Breite width: [auto, 100px, 10em, etc.] und Position x-/y-Achse [100, -100, etc.] vom Popup-Fenster -->
<a href="#" onclick="Obj194_show('#Obj194_1', { parent: this, x: 150, y: 10, width: '400px' });
	return false;">
	Demo Popup 1 anzeigen
</a>
<div id="Obj194_1" class="Obj194_css">
	<table class="Obj194_css">
		<tr>
			<td class="Obj194_css">
				<div class="Obj194_css_head">
					<img src="wsX5Obj/Obj194_0/close.gif" alt="" width="9" height="9" />Demo Popup 1
				</div>
				<div class="Obj194_css_body">
					Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
					labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
					laboris nisi ut aliquip ex ea commodo consequat.
				</div>
				<div class="Obj194_css_foot"></div>
			</td>
		</tr>
	</table>
</div>

Demo 2:
<!-- Breite width: [auto, 100px, 10em, etc.] und Position x-/y-Achse [100, -100, etc.] vom Popup-Fenster -->
<a href="#" onclick="Obj194_show('#Obj194_2', { parent: this, x: 10, y: 30, width: 'auto' });
	return false;">
	Demo Popup 2 anzeigen
</a>
<div id="Obj194_2" class="Obj194_css">
	<table class="Obj194_css">
		<tr>
			<td class="Obj194_css">
				<div class="Obj194_css_head">
					<img src="wsX5Obj/Obj194_0/close.gif" alt="" width="9" height="9" />Demo Popup 2 &nbsp;
				</div>
				<div class="Obj194_css_body">
					<a href="Seite_1.html">Link-Name 1</a><br>
					<a href="Seite_2.html">Link-Name 2</a><br>
					<a href="Seite_3.html">Link-Name 3</a><br>
					<a href="http://x5forum.home-wiekau.de" target="_blank">Website X5 - Helpsite</a>
				</div>
				<div class="Obj194_css_foot"></div>
			</td>
		</tr>
	</table>
</div>